CompensatingWriteInfo

inner class CompensatingWriteInfo(reason: String, objectType: String, primaryKey: RealmAny?)

Class that describes the details for a reversed write.

Constructors

CompensatingWriteInfo
Link copied to clipboard
fun CompensatingWriteInfo(reason: String, objectType: String, primaryKey: RealmAny?)

Properties

objectType
Link copied to clipboard
val objectType: String
Name of the object class for which a write has been reversed.
primaryKey
Link copied to clipboard
val primaryKey: RealmAny?
Primary key value for the object for which a write has been reversed.
reason
Link copied to clipboard
val reason: String
Reason for the compensating write.